Turbo 1050 source code V3.5
(c) 1986-88 by Bernhard Engl

Atasm version (c) 2004 by Matthias Reichl <hias@horus.com>

The source code consists of 6 main files: BANK0.M65, BANK1.M65,
BANK2.M65, BANK3.M65, BOOTREC.M65, and UTILITY.M65.

The current version of Atasm (version 1.05) is _not_ able to
assemble the source because it doesn't support negative values
for .SET 6! You have to use the supplied patch (atasm105.patch)
or a newer Atasm version if you want to build the ROM by yourself!

Here are the instructions to build the ROM file turbo1050-35.rom:

Under Linux/Unix you can use the supplied Makefile. Just
type "make" and everything should build cleanly.

On other operating systems, follow these steps:

1) Assemble the six main files with Atasm (no special Atasm
   switches/options are needed).

2) Compile the "buildrom.c" program. Again, no special compiler
   options are needed, "gcc -o buildrom buildrom.c" should do
   just fine.

3) Start the "buildrom" executable. "buildrom" expects the
   name of the ROM file as the first (and only) command line
   parameter. So, type "buildrom turbo1050-35.rom".

   "buildrom" now reads the files "BANK0.65o" etc, moves
   the boot record and the solid state utilities to the correct
   locations, sets the copyright information and calculates
   the new ROM checksum. Then it writes the 8k ROM image into
   the specified file.
